const github.com/refraction-networking/utls.maxHandshake
6 uses
github.com/refraction-networking/utls (current package)
common.go#L68: maxHandshake = 65536 // maximum handshake we support (protocol max is 16 MB)
conn.go#L1095: maxHandshakeSize := maxHandshake
quic.go#L277: if n > maxHandshake {
quic.go#L278: q.conn.handshakeErr = fmt.Errorf("tls: handshake message of length %d bytes exceeds maximum of %d bytes", n, maxHandshake)
u_quic.go#L119: if n > maxHandshake {
u_quic.go#L120: q.conn.handshakeErr = fmt.Errorf("tls: handshake message of length %d bytes exceeds maximum of %d bytes", n, maxHandshake)
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |